Mention affected settings of which-key-dont-use-unicode
authorJeremy Bryant <jb@jeremybryant.net>
Tue, 20 Feb 2024 21:21:54 +0000 (21:21 +0000)
committerJustin Burkett <justin@burkett.cc>
Wed, 21 Feb 2024 00:20:13 +0000 (19:20 -0500)
* which-key.el (which-key-separator):  Improve docstring

which-key.el

index 0e6870aa8b84cf2aca87cbaeb5a0fa699bc6a22b..45301725704e1c382c995b936942c1fb8ddd6a22 100644 (file)
@@ -133,7 +133,9 @@ of the which-key popup."
   :version "1.0")
 
 (defcustom which-key-dont-use-unicode nil
-  "If non-nil, don't use any unicode characters in default setup."
+  "If non-nil, don't use any unicode characters in default setup.
+For affected settings, see `which-key-replacement-alist', `which-key-ellipsis'
+'which-key-separator'."
   :group 'which-key
   :type 'boolean
   :version "1.0")